split is a Unix utility most commonly used to split a file into two or more smaller files. ==Usage== The command-syntax is: split () > filename
or even cat xa? > filename
Additional program options permit a maximum character count (instead of a line count), a maximum line length, how many incrementing characters in generated filenames, and whether to use letters or digits.